11 Stochastic SimulationΒΆ
[1]:
from src.plot import plot_simulated_stoc_path_full2_selected
plot_simulated_stoc_path_full2_selected("RD_Plot", "Figure 22: R&D Investment as Percentage of GDP","%", [0,10])
[2]:
plot_simulated_stoc_path_full2_selected("e", """Figure 23: Simulated Pathways of Emissions""","", [6,25])
[3]:
plot_simulated_stoc_path_full2_selected("LogSVRD_Plot", """Figure 24: Simulated Pathways of the Social Value of R&D <br> Exponential of vertical axis gives economic value in units of consumption""","", [4,10])
[4]:
plot_simulated_stoc_path_full2_selected("LogSCGW_Plot", """Figure 25: Simulated Pathways of the Social Cost of Global Warming <br> Exponential of vertical axis gives economic value in units of consumption""","", [6,14])
[5]:
plot_simulated_stoc_path_full2_selected("TA", """Figure 26: Simulated Pathways of Temperature Anomaly""","", [0,3])
[6]:
plot_simulated_stoc_path_full2_selected("distorted_tech_prob", "Figure 27: Distorted Probability of a Technology Change Jump","", [0,1])
[7]:
plot_simulated_stoc_path_full2_selected("distorted_damage_prob", "Figure 28: Distorted Probability of a Damage Jump","", [0,1])
[8]:
plot_simulated_stoc_path_full2_selected("gamma3", "Figure 29: Damage Realization","", [0,1/3])
[ ]: